From d1693d7ba5b6f8b8a6105189b52c3ccd4410c630 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 22 Apr 2006 07:58:37 +0000 Subject: [PATCH] Small workaround for weird bug in some versions of Automake at least on 2006-04-22 Tor Lillqvist * gtk/Makefile.am (gtk_private_h_sources): Small workaround for weird bug in some versions of Automake at least on Windows. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/Makefile.am | 4 +--- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae97511c55..5f7bd74798 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-22 Tor Lillqvist + + * gtk/Makefile.am (gtk_private_h_sources): Small workaround for + weird bug in some versions of Automake at least on Windows. + 2006-04-21 Alexander Larsson Merge the gtk-printing branch. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ae97511c55..5f7bd74798 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-04-22 Tor Lillqvist + + * gtk/Makefile.am (gtk_private_h_sources): Small workaround for + weird bug in some versions of Automake at least on Windows. + 2006-04-21 Alexander Larsson Merge the gtk-printing branch. diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 17cf8583ad..52815b548c 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -601,9 +601,7 @@ gtk_c_sources += \ endif if OS_WIN32 -gtk_private_h_sources += - gtkfilesystemwin32.h \ - gtkprint-win32.h +gtk_private_h_sources += gtkfilesystemwin32.h gtkprint-win32.h gtk_c_sources += \ gtkfilesystemwin32.c \ -- 2.30.2